Skip to content

perf(common): Optimize l._block_num = r._block_num joins#2003

Merged
leoyvens merged 1 commit intomainfrom
leo/join-block-num-optimization
Mar 20, 2026
Merged

perf(common): Optimize l._block_num = r._block_num joins#2003
leoyvens merged 1 commit intomainfrom
leo/join-block-num-optimization

Conversation

@leoyvens
Copy link
Collaborator

When a join has l._block_num = r._block_num, it can operate on each microbatch in isolation, becoming equivalent to a linear operation in our execution.

@leoyvens leoyvens requested a review from Theodus March 20, 2026 18:59
Copy link
Contributor

@fordN fordN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@leoyvens leoyvens merged commit fb14986 into main Mar 20, 2026
8 checks passed
@leoyvens leoyvens deleted the leo/join-block-num-optimization branch March 20, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants